home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.6
/
2001-09_-_Disc_7.6.iso
/
Data
/
Items.pcg
/
scripts
/
DefineButton2_279
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2001-06-20
|
99b
|
8 lines
on(press){
tellTarget("upControl")
{
gotoAndStop("start");
play();
}
}